MessageType

enum MessageType : ProtocolMessageEnum

Protobuf enum meshtastic.MessageType

Entries

Link copied to clipboard

ACK = 0;

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

SHUTDOWN = 163;

Link copied to clipboard

POWER_ON = 164;

Link copied to clipboard

SCD41_TEMP = 176;

Link copied to clipboard

SCD41_HUMIDITY = 177;

Link copied to clipboard

SCD41_CO2 = 178;

Link copied to clipboard

AHT20_TEMP = 179;

Link copied to clipboard

AHT20_HUMIDITY = 180;

Link copied to clipboard

TVOC_INDEX = 181;

Link copied to clipboard

Properties

Link copied to clipboard
val ACK_VALUE: Int = 0
ACK = 0;
Link copied to clipboard
AHT20_HUMIDITY = 180;
Link copied to clipboard
AHT20_TEMP = 179;
Link copied to clipboard
val BEEP_OFF_VALUE: Int = 162
cancel prematurely
BEEP_OFF = 162;
Link copied to clipboard
val BEEP_ON_VALUE: Int = 161
duration ms
BEEP_ON = 161;
Link copied to clipboard
in ms
COLLECT_INTERVAL = 160;
Link copied to clipboard
val POWER_ON_VALUE: Int = 164
POWER_ON = 164;
Link copied to clipboard
val SCD41_CO2_VALUE: Int = 178
SCD41_CO2 = 178;
Link copied to clipboard
SCD41_HUMIDITY = 177;
Link copied to clipboard
SCD41_TEMP = 176;
Link copied to clipboard
val SHUTDOWN_VALUE: Int = 163
SHUTDOWN = 163;
Link copied to clipboard
TVOC_INDEX = 181;

Functions

Link copied to clipboard
Link copied to clipboard
open fun getDescriptor(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getDescriptorForType(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
fun getValueDescriptor(): Descriptors.EnumValueDescriptor
Link copied to clipboard
open fun internalGetValueMap(): Internal.EnumLiteMap<InterdeviceProtos.MessageType>
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): InterdeviceProtos.MessageType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.